From ac8a994aa9f15754f20aff7feaaed2c202cad476 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 2 Mar 2002 23:21:45 +0000 Subject: [PATCH] Move a couple of function docs into the C file. Sat Mar 2 15:46:29 2002 Owen Taylor * gtk/tmpl/gtkentry.sgml: Move a couple of function docs into the C file. --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkentry.sgml | 22 ++++------------------ 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 873d2a4fa5..5f4ca5fec1 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Sat Mar 2 15:46:29 2002 Owen Taylor + + * gtk/tmpl/gtkentry.sgml: Move a couple of function + docs into the C file. + Fri Mar 1 10:35:15 2002 Owen Taylor * gtk/changes-2.0.sgml: Add note about gtk_notebook_reorder_child(). diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index ec1d13321b..a99e0a15d9 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -41,20 +41,10 @@ Creates a new #GtkEntry widget. -Creates a new #GtkEntry widget with the given maximum -length. - - -Note: the existance of this function is inconsistent -with the rest of the GTK+ API. The normal setup would -be to just require the user to make an extra call -to gtk_entry_set_max_length() instead. It is not -expected that this function will be removed, but -it would be better practice not to use it. -@max: the new maximum length or 0 if the maximum length should be infinite.. -@Returns: a new #GtkEntry. +@max: +@Returns: @@ -173,14 +163,10 @@ use gtk_editable_set_editable() instead. -Sets the maximum allowed length of the contents -of the widget. If the current contents are longer -than the given length, then they will be truncated -to fit. -@entry: a #GtkEntry. -@max: the new maximum length or 0 if the maximum length should be infinite. +@entry: +@max: -- 2.30.2